home *** CD-ROM | disk | FTP | other *** search
/ Professional Soft Collection 1.02 / Professional Soft Collection 1.02.iso / noveldos.700 / hostmib.mib < prev    next >
Text File  |  1993-09-02  |  49KB  |  1,380 lines

  1.  
  2.       RFC-Host-Resources-MIB DEFINITIONS ::= BEGIN
  3.  
  4.       IMPORTS
  5.           OBJECT-TYPE               FROM RFC-1212
  6.           DisplayString             FROM RFC1213-MIB
  7.           experimental, TimeTicks,
  8.           Counter, Gauge            FROM RFC1155-SMI;
  9.  
  10.       host     OBJECT IDENTIFIER ::= { experimental 36 }
  11.  
  12.  
  13.       hrSystem        OBJECT IDENTIFIER ::= { host 1 }
  14.       hrStorage       OBJECT IDENTIFIER ::= { host 2 }
  15.       hrDevice        OBJECT IDENTIFIER ::= { host 3 }
  16.       hrSWRun         OBJECT IDENTIFIER ::= { host 4 }
  17.       hrSWRunPerf     OBJECT IDENTIFIER ::= { host 5 }
  18.       hrSWInstalled   OBJECT IDENTIFIER ::= { host 6 }
  19.  
  20.       -- textual conventions
  21.  
  22.       -- a truth value
  23.       Boolean ::=   INTEGER { true(1), false(2) }
  24.  
  25.  
  26.       -- memory size, expressed in units of 1024bytes
  27.       KBytes ::=    INTEGER (0..2147483647)
  28.  
  29.       -- This textual convention is intended to identify the manufacturer,
  30.       -- model, and version of a specific hardware or software product.
  31.       -- It is suggested that these OBJECT IDENTIFIERs are allocated such
  32.       -- that all products from a particular manufacturer are registered
  33.       -- under a subtree distinct to that manufacturer.  In addition, all
  34.       -- versions of a product should be registered under a subtree
  35.       -- distinct to that product.  With this strategy, a management
  36.       -- station may uniquely determine the manufacturer and/or model of a
  37.       -- product whose productID is unknown to the management station.
  38.       -- Objects of this type may be useful for inventory purposes or for
  39.       -- automatically detecting incompatibilities or version mismatches
  40.       -- between various hardware and software components on a system.
  41.       ProductID ::= OBJECT IDENTIFIER
  42.       -- unknownProduct will be used for any unknown ProductID
  43.       unknownProduct OBJECT IDENTIFIER ::= { 0 0 }
  44.  
  45.       -- For example, the product ID for the ACME 4860 66MHz clock doubled
  46.       -- processor might be:
  47.       -- enterprises.acme.acmeProcessors.a4860DX2.MHz66
  48.       -- A software product might be registered as:
  49.       -- enterprises.acme.acmeOperatingSystems.acmeDOS.six(6).one(1)
  50.  
  51.  
  52.       DateAndTime ::= OCTET STRING (SIZE (8 | 11))
  53.       --        A date-time specification for the local time of day.
  54.       --        This data type is intended to provide a consistent
  55.       --        method of reporting date information.
  56.       --
  57.       --            field  octets  contents                  range
  58.       --            _____  ______  ________                  _____
  59.       --              1      1-2   year                      0..65536
  60.       --                           (in network byte order)
  61.       --              2       3    month                     1..12
  62.       --              3       4    day                       1..31
  63.       --              4       5    hour                      0..23
  64.       --              5       6    minutes                   0..59
  65.       --              6       7    seconds                   0..60
  66.       --                           (use 60 for leap-second)
  67.       --              7       8    deci-seconds              0..9
  68.       --              8       9    direction from UTC        "+" / "-"
  69.       --                           (in ascii notation)
  70.       --              9      10    hours from UTC            0..11
  71.       --             10      11    minutes from UTC          0..59
  72.       --
  73.       --            Note that if only local time is known, then
  74.       --            timezone information (fields 8-10) is not present.
  75.  
  76.       InternationalDisplayString ::= OCTET STRING
  77.       --  This data type is used to model textual information in some
  78.       --  character set.  A network management station should use a local
  79.       --  algorithm to determine which character set is in use and how it
  80.       --  should be displayed.  Note that this character set may be encoded
  81.       --  with more than one octet per symbol, but will most often be NVT
  82.       --  ASCII.
  83.  
  84.  
  85.       -- The Host Resources System Group
  86.       --
  87.       -- Implementation of this group is mandatory for all host systems.
  88.       hrSystemUptime OBJECT-TYPE
  89.           SYNTAX TimeTicks
  90.           ACCESS read-only
  91.           STATUS mandatory
  92.           DESCRIPTION
  93.              "The amount of time since this host was last
  94.              initialized.  Note that this is different from
  95.              sysUpTime in MIB-2 [3] because sysUpTime is the
  96.              uptime of the network management portion of the
  97.              system."
  98.           ::= { hrSystem 1 }
  99.  
  100.       hrSystemDate OBJECT-TYPE
  101.           SYNTAX DateAndTime
  102.           ACCESS read-write
  103.           STATUS mandatory
  104.           DESCRIPTION
  105.              "The host's notion of the local date and time of
  106.              day."
  107.           ::= { hrSystem 2 }
  108.  
  109.       hrSystemInitialLoadDevice OBJECT-TYPE
  110.           SYNTAX INTEGER (1..2147483647)
  111.           ACCESS read-write
  112.           STATUS mandatory
  113.           DESCRIPTION
  114.              "The index of the hrDeviceEntry for the device from
  115.              which this host is configured to load its initial
  116.              operating system configuration."
  117.           ::= { hrSystem 3 }
  118.  
  119.       hrSystemInitialLoadParameters OBJECT-TYPE
  120.           SYNTAX InternationalDisplayString (SIZE (0..128))
  121.           ACCESS read-write
  122.           STATUS mandatory
  123.           DESCRIPTION
  124.              "This object contains the parameters (e.g. a
  125.              pathname and parameter) supplied to the load device
  126.              when requesting the initial operating system
  127.              configuration from that device."
  128.           ::= { hrSystem 4 }
  129.  
  130.       hrSystemNumUsers OBJECT-TYPE
  131.           SYNTAX Gauge
  132.           ACCESS read-only
  133.           STATUS mandatory
  134.           DESCRIPTION
  135.              "The number of user sessions for which this host is
  136.              storing state information.  A session is a
  137.              collection of processes requiring a single act of
  138.              user authentication and possibly subject to
  139.              collective job control."
  140.           ::= { hrSystem 5 }
  141.  
  142.       hrSystemProcesses OBJECT-TYPE
  143.           SYNTAX Gauge
  144.           ACCESS read-only
  145.           STATUS mandatory
  146.           DESCRIPTION
  147.              "The number of process contexts currently loaded or
  148.              running on this system."
  149.           ::= { hrSystem 6 }
  150.  
  151.       hrSystemMaxProcesses OBJECT-TYPE
  152.           SYNTAX INTEGER (0..2147483647)
  153.           ACCESS read-only
  154.           STATUS mandatory
  155.           DESCRIPTION
  156.              "The maximum number of process contexts this system
  157.              can support.  If there is no fixed maximum, the
  158.              value should be zero.  On systems that have a fixed
  159.              maximum, this object can help diagnose failures
  160.              that occur when this maximum is reached."
  161.           ::= { hrSystem 7 }
  162.  
  163.  
  164.       -- The Host Resources Storage Group
  165.       --
  166.       -- Implementation of this group is mandatory for all host systems.
  167.  
  168.       -- Registration for some storage types, for use with hrStorageType
  169.       hrStorageTypes          OBJECT IDENTIFIER ::= { hrStorage 1 }
  170.       hrStorageOther          OBJECT IDENTIFIER ::= { hrStorageTypes 1 }
  171.       hrStorageRam            OBJECT IDENTIFIER ::= { hrStorageTypes 2 }
  172.       -- hrStorageVirtualMemory is temporary storage of swapped
  173.       -- or paged memory
  174.       hrStorageVirtualMemory  OBJECT IDENTIFIER ::= { hrStorageTypes 3 }
  175.       hrStorageFixedDisk      OBJECT IDENTIFIER ::= { hrStorageTypes 4 }
  176.       hrStorageRemovableDisk  OBJECT IDENTIFIER ::= { hrStorageTypes 5 }
  177.       hrStorageFloppyDisk     OBJECT IDENTIFIER ::= { hrStorageTypes 6 }
  178.       hrStorageCompactDisc    OBJECT IDENTIFIER ::= { hrStorageTypes 7 }
  179.       hrStorageRamDisk        OBJECT IDENTIFIER ::= { hrStorageTypes 8 }
  180.  
  181.       hrMemorySize OBJECT-TYPE
  182.           SYNTAX KBytes
  183.           ACCESS read-only
  184.           STATUS mandatory
  185.           DESCRIPTION
  186.              "The amount of physical main memory contained by
  187.              the host."
  188.           ::= { hrStorage 2 }
  189.  
  190.  
  191.       hrStorageTable OBJECT-TYPE
  192.           SYNTAX SEQUENCE OF HrStorageEntry
  193.           ACCESS not-accessible
  194.           STATUS mandatory
  195.           DESCRIPTION
  196.              "The (conceptual) table of logical storage areas on
  197.              the host.
  198.  
  199.              An entry shall be placed in the storage table for
  200.              each logical area of storage that is allocated and
  201.              has fixed resource limits.  The amount of storage
  202.              represented in an entity is the amount actually
  203.              usable by the requesting entity, and excludes loss
  204.              due to formatting or file system reference
  205.              information.
  206.  
  207.              These entries are associated with logical storage
  208.              areas, as might be seen by an application, rather
  209.              than physical storage entities which are typically
  210.              seen by an operating system.  Storage such as tapes
  211.              and floppies without file systems on them are
  212.              typically not allocated in chunks by the operating
  213.              system to requesting applications, and therefore
  214.              shouldn't appear in this table.  Examples of valid
  215.              storage for this table include disk partitions,
  216.              file systems, ram (for some architectures this is
  217.              further segmented into regular memory, extended
  218.              memory, and so on), backing store for virtual
  219.              memory (`swap space').
  220.  
  221.              This table is intended to be a useful diagnostic
  222.              for `out of memory' and `out of buffers' types of
  223.              failures.  In addition, it can be a useful
  224.              performance monitoring tool for tracking memory,
  225.              disk, or buffer usage."
  226.           ::= { hrStorage 3 }
  227.  
  228.       hrStorageEntry OBJECT-TYPE
  229.           SYNTAX HrStorageEntry
  230.           ACCESS not-accessible
  231.           STATUS mandatory
  232.           DESCRIPTION
  233.              "A (conceptual) entry for one logical storage area
  234.              on the host.  As an example, an instance of the
  235.              hrStorageType object might be named
  236.              hrStorageType.3"
  237.           INDEX { hrStorageIndex }
  238.           ::= { hrStorageTable 1 }
  239.  
  240.       HrStorageEntry ::= SEQUENCE {
  241.           hrStorageIndex               INTEGER,
  242.           hrStorageType                OBJECT IDENTIFIER,
  243.           hrStorageDescr               DisplayString,
  244.           hrStorageAllocationUnits     INTEGER,
  245.           hrStorageSize                INTEGER,
  246.           hrStorageUsed                INTEGER,
  247.           hrStorageAllocationFailures  Counter
  248.           }
  249.  
  250.       hrStorageIndex OBJECT-TYPE
  251.           SYNTAX INTEGER (1..2147483647)
  252.           ACCESS read-only
  253.           STATUS mandatory
  254.           DESCRIPTION
  255.              "A unique value for each logical storage area
  256.              contained by the host."
  257.           ::= { hrStorageEntry 1 }
  258.  
  259.       hrStorageType OBJECT-TYPE
  260.           SYNTAX OBJECT IDENTIFIER
  261.           ACCESS read-only
  262.           STATUS mandatory
  263.           DESCRIPTION
  264.              "The type of storage represented by this entry."
  265.           ::= { hrStorageEntry 2 }
  266.  
  267.       hrStorageDescr OBJECT-TYPE
  268.           SYNTAX DisplayString
  269.           ACCESS read-only
  270.           STATUS mandatory
  271.           DESCRIPTION
  272.              "A description of the type and instance of the
  273.              storage described by this entry."
  274.           ::= { hrStorageEntry 3 }
  275.  
  276.  
  277.  
  278.  
  279.  
  280.  
  281.       hrStorageAllocationUnits OBJECT-TYPE
  282.           SYNTAX      INTEGER (0..2147483647)
  283.           ACCESS      read-only
  284.           STATUS      mandatory
  285.           DESCRIPTION
  286.               "The size, in bytes, of the data objects allocated
  287.               from this pool.  If this entry is monitoring
  288.               sectors, blocks, buffers, or packets, for example,
  289.               this number will commonly be greater than one.
  290.               Otherwise this number will typically be one."
  291.           ::= { hrStorageEntry 4 }
  292.  
  293.       hrStorageSize OBJECT-TYPE
  294.           SYNTAX INTEGER (0..2147483647)
  295.           ACCESS read-write
  296.           STATUS mandatory
  297.           DESCRIPTION
  298.              "The size of the storage represented by this entry,
  299.              in units of hrStorageAllocationUnits."
  300.           ::= { hrStorageEntry 5 }
  301.  
  302.       hrStorageUsed OBJECT-TYPE
  303.           SYNTAX INTEGER (0..2147483647)
  304.           ACCESS read-only
  305.           STATUS mandatory
  306.           DESCRIPTION
  307.              "The amount of the storage represented by this
  308.              entry that is allocated, in units of
  309.              hrStorageAllocationUnits."
  310.           ::= { hrStorageEntry 6 }
  311.  
  312.       hrStorageAllocationFailures OBJECT-TYPE
  313.           SYNTAX Counter
  314.           ACCESS read-only
  315.           STATUS mandatory
  316.           DESCRIPTION
  317.              "The number of requests for storage represented by
  318.              this entry that could not be honored due to not
  319.              enough storage.  It should be noted that as this
  320.              object has a SYNTAX of Counter, that it does not
  321.              have a defined initial value.  However, it is
  322.              recommended that this object be initialized to
  323.              zero."
  324.           ::= { hrStorageEntry 7 }
  325.  
  326.       -- The Host Resources Device Group
  327.       --
  328.       -- Implementation of this group is mandatory for all host systems.
  329.       --
  330.       -- The device group is useful for identifying and diagnosing the
  331.       -- devices on a system.  The hrDeviceTable contains common
  332.       -- information for any type of device.  In addition, some devices
  333.       -- have device-specific tables for more detailed information.  More
  334.       -- such tables may be defined in the future for other device types.
  335.  
  336.       -- Registration for some device types, for use with hrDeviceType
  337.       hrDeviceTypes             OBJECT IDENTIFIER ::= { hrDevice 1 }
  338.  
  339.       hrDeviceOther             OBJECT IDENTIFIER ::= { hrDeviceTypes 1 }
  340.       hrDeviceUnknown           OBJECT IDENTIFIER ::= { hrDeviceTypes 2 }
  341.       hrDeviceProcessor         OBJECT IDENTIFIER ::= { hrDeviceTypes 3 }
  342.       hrDeviceNetwork           OBJECT IDENTIFIER ::= { hrDeviceTypes 4 }
  343.       hrDevicePrinter           OBJECT IDENTIFIER ::= { hrDeviceTypes 5 }
  344.       hrDeviceDiskStorage       OBJECT IDENTIFIER ::= { hrDeviceTypes 6 }
  345.       hrDeviceVideo             OBJECT IDENTIFIER ::= { hrDeviceTypes 10 }
  346.       hrDeviceAudio             OBJECT IDENTIFIER ::= { hrDeviceTypes 11 }
  347.       hrDeviceCoprocessor       OBJECT IDENTIFIER ::= { hrDeviceTypes 12 }
  348.       hrDeviceKeyboard          OBJECT IDENTIFIER ::= { hrDeviceTypes 13 }
  349.       hrDeviceModem             OBJECT IDENTIFIER ::= { hrDeviceTypes 14 }
  350.       hrDeviceParallelPort      OBJECT IDENTIFIER ::= { hrDeviceTypes 15 }
  351.       hrDevicePointing          OBJECT IDENTIFIER ::= { hrDeviceTypes 16 }
  352.       hrDeviceSerialPort        OBJECT IDENTIFIER ::= { hrDeviceTypes 17 }
  353.       hrDeviceTape              OBJECT IDENTIFIER ::= { hrDeviceTypes 18 }
  354.       hrDeviceClock             OBJECT IDENTIFIER ::= { hrDeviceTypes 19 }
  355.       hrDeviceVolatileMemory    OBJECT IDENTIFIER ::= { hrDeviceTypes 20 }
  356.       hrDeviceNonVolatileMemory OBJECT IDENTIFIER ::= { hrDeviceTypes 21 }
  357.  
  358.  
  359.       hrDeviceTable OBJECT-TYPE
  360.           SYNTAX SEQUENCE OF HrDeviceEntry
  361.           ACCESS not-accessible
  362.           STATUS mandatory
  363.           DESCRIPTION
  364.              "The (conceptual) table of devices contained by the
  365.              host."
  366.           ::= { hrDevice 2 }
  367.  
  368.       hrDeviceEntry OBJECT-TYPE
  369.           SYNTAX HrDeviceEntry
  370.           ACCESS not-accessible
  371.           STATUS mandatory
  372.           DESCRIPTION
  373.              "A (conceptual) entry for one device contained by
  374.              the host.  As an example, an instance of the
  375.              hrDeviceType object might be named hrDeviceType.3"
  376.           INDEX { hrDeviceIndex }
  377.           ::= { hrDeviceTable 1 }
  378.  
  379.       HrDeviceEntry ::= SEQUENCE {
  380.           hrDeviceIndex           INTEGER,
  381.           hrDeviceType            OBJECT IDENTIFIER,
  382.           hrDeviceDescr           DisplayString,
  383.           hrDeviceID              ProductID,
  384.           hrDeviceStatus          INTEGER,
  385.           hrDeviceErrors          Counter
  386.           }
  387.  
  388.       hrDeviceIndex OBJECT-TYPE
  389.           SYNTAX INTEGER (1..2147483647)
  390.           ACCESS read-only
  391.           STATUS mandatory
  392.           DESCRIPTION
  393.              "A unique value for each device contained by the
  394.              host.  The value for each device must remain
  395.              constant at least from one re-initialization of the
  396.              agent to the next re-initialization."
  397.           ::= { hrDeviceEntry 1 }
  398.  
  399.       hrDeviceType OBJECT-TYPE
  400.           SYNTAX OBJECT IDENTIFIER
  401.           ACCESS read-only
  402.           STATUS mandatory
  403.           DESCRIPTION
  404.              "An indication of the type of device.
  405.  
  406.              If `hrDeviceProcessor { hrDeviceTypes 3 }' then an
  407.              entry exists in the hrProcessorTable which
  408.              corresponds to this device.
  409.  
  410.              If `hrDeviceNetwork { hrDeviceTypes 4 }', then an
  411.              entry exists in the hrNetworkTable which
  412.              corresponds to this device.
  413.  
  414.              If `hrDevicePrinter { hrDeviceTypes 5 }', then an
  415.              entry exists in the hrPrinterTable which
  416.              corresponds to this device.
  417.  
  418.              If `hrDeviceDiskStorage { hrDeviceTypes 6 }', then
  419.              an entry exists in the hrDiskStorageTable which
  420.              corresponds to this device."
  421.           ::= { hrDeviceEntry 2 }
  422.  
  423.       hrDeviceDescr OBJECT-TYPE
  424.           SYNTAX DisplayString (SIZE (0..64))
  425.           ACCESS read-only
  426.           STATUS mandatory
  427.           DESCRIPTION
  428.              "A textual description of this device, including
  429.              the device's manufacturer and revision, and
  430.              optionally, its serial number."
  431.           ::= { hrDeviceEntry 3 }
  432.  
  433.       hrDeviceID OBJECT-TYPE
  434.           SYNTAX ProductID
  435.           ACCESS read-only
  436.           STATUS mandatory
  437.           DESCRIPTION
  438.              "The product ID for this device."
  439.           ::= { hrDeviceEntry 4 }
  440.  
  441.       hrDeviceStatus OBJECT-TYPE
  442.            SYNTAX  INTEGER {
  443.             unknown(1),
  444.             running(2),
  445.             warning(3),
  446.             testing(4),
  447.             down(5)
  448.            }
  449.            ACCESS  read-only
  450.            STATUS  mandatory
  451.            DESCRIPTION
  452.              "The current operational state of the device
  453.              described by this row of the table.  A value
  454.              unknown(1) indicates that the current state of the
  455.              device is unknown.  running(2) indicates that the
  456.              device is up and running and that no unusual error
  457.              conditions are known.  The warning(3) state
  458.              indicates that agent has been informed of an
  459.              unusual error condition by the operational software
  460.              (e.g., a disk device driver) but that the device is
  461.              still 'operational'.  An example would be high
  462.              number of soft errors on a disk.  A value of
  463.              testing(4), indicates that the device is not
  464.              available for use because it is in the testing
  465.              state.  The state of down(5) is used only when the
  466.              agent has been informed that the device is not
  467.              available for any use."
  468.            ::= { hrDeviceEntry 5 }
  469.  
  470.       hrDeviceErrors OBJECT-TYPE
  471.           SYNTAX Counter
  472.           ACCESS read-only
  473.           STATUS mandatory
  474.           DESCRIPTION
  475.               "The number of errors detected on this device.  It
  476.               should be noted that as this object has a SYNTAX
  477.               of Counter, that it does not have a defined
  478.               initial value.  However, it is recommended that
  479.               this object be initialized to zero."
  480.           ::= { hrDeviceEntry 6 }
  481.  
  482.  
  483.       hrProcessorTable OBJECT-TYPE
  484.           SYNTAX SEQUENCE OF HrProcessorEntry
  485.           ACCESS not-accessible
  486.           STATUS mandatory
  487.           DESCRIPTION
  488.              "The (conceptual) table of processors contained by
  489.              the host.
  490.  
  491.              Note that this table is potentially sparse: a
  492.              (conceptual) entry exists only if the correspondent
  493.              value of the hrDeviceType object is
  494.              `hrDeviceProcessor'."
  495.           ::= { hrDevice 3 }
  496.  
  497.       hrProcessorEntry OBJECT-TYPE
  498.           SYNTAX HrProcessorEntry
  499.           ACCESS not-accessible
  500.           STATUS mandatory
  501.           DESCRIPTION
  502.              "A (conceptual) entry for one processor contained
  503.              by the host.  The hrDeviceIndex in the index
  504.              represents the entry in the hrDeviceTable that
  505.              corresponds to the hrProcessorEntry.
  506.  
  507.              As an example of how objects in this table are
  508.              named, an instance of the hrProcessorFrwID object
  509.              might be named hrProcessorFrwID.3"
  510.           INDEX { hrDeviceIndex }
  511.           ::= { hrProcessorTable 1 }
  512.  
  513.  
  514.       HrProcessorEntry ::= SEQUENCE {
  515.           hrProcessorFrwID            ProductID,
  516.           hrProcessorLoad             INTEGER
  517.           }
  518.  
  519.       hrProcessorFrwID OBJECT-TYPE
  520.           SYNTAX ProductID
  521.           ACCESS read-only
  522.           STATUS mandatory
  523.           DESCRIPTION
  524.              "The product ID of the firmware associated with the
  525.              processor."
  526.           ::= { hrProcessorEntry 1 }
  527.  
  528.       hrProcessorLoad OBJECT-TYPE
  529.           SYNTAX INTEGER (0..100)
  530.           ACCESS read-only
  531.           STATUS mandatory
  532.           DESCRIPTION
  533.              "The average, over the last minute, of the
  534.              percentage of time that this processor was not
  535.              idle."
  536.           ::= { hrProcessorEntry 2 }
  537.  
  538.  
  539.       hrNetworkTable OBJECT-TYPE
  540.           SYNTAX SEQUENCE OF HrNetworkEntry
  541.           ACCESS not-accessible
  542.           STATUS mandatory
  543.           DESCRIPTION
  544.              "The (conceptual) table of network devices
  545.              contained by the host.
  546.  
  547.              Note that this table is potentially sparse: a
  548.              (conceptual) entry exists only if the correspondent
  549.              value of the hrDeviceType object is
  550.              `hrDeviceNetwork'."
  551.           ::= { hrDevice 4 }
  552.  
  553.       hrNetworkEntry OBJECT-TYPE
  554.           SYNTAX HrNetworkEntry
  555.           ACCESS not-accessible
  556.           STATUS mandatory
  557.           DESCRIPTION
  558.              "A (conceptual) entry for one network device
  559.              contained by the host.  The hrDeviceIndex in the
  560.              index represents the entry in the hrDeviceTable
  561.              that corresponds to the hrNetworkEntry.
  562.  
  563.              As an example of how objects in this table are
  564.              named, an instance of the hrNetworkIfIndex object
  565.              might be named hrNetworkIfIndex.3"
  566.           INDEX { hrDeviceIndex }
  567.           ::= { hrNetworkTable 1 }
  568.  
  569.       HrNetworkEntry ::= SEQUENCE {
  570.           hrNetworkIfIndex    INTEGER
  571.           }
  572.  
  573.       hrNetworkIfIndex OBJECT-TYPE
  574.           SYNTAX INTEGER
  575.           ACCESS read-only
  576.           STATUS mandatory
  577.           DESCRIPTION
  578.              "The value of ifIndex which corresponds to this
  579.              network device."
  580.           ::= { hrNetworkEntry 1 }
  581.  
  582.  
  583.  
  584.       hrPrinterTable OBJECT-TYPE
  585.           SYNTAX SEQUENCE OF HrPrinterEntry
  586.           ACCESS not-accessible
  587.           STATUS mandatory
  588.           DESCRIPTION
  589.              "The (conceptual) table of printers local to the
  590.              host.
  591.  
  592.              Note that this table is potentially sparse: a
  593.              (conceptual) entry exists only if the correspondent
  594.              value of the hrDeviceType object is
  595.              `hrDevicePrinter'."
  596.           ::= { hrDevice 5 }
  597.  
  598.       hrPrinterEntry OBJECT-TYPE
  599.           SYNTAX HrPrinterEntry
  600.           ACCESS not-accessible
  601.           STATUS mandatory
  602.           DESCRIPTION
  603.              "A (conceptual) entry for one printer local to the
  604.              host.  The hrDeviceIndex in the index represents
  605.              the entry in the hrDeviceTable that corresponds to
  606.              the hrPrinterEntry.
  607.  
  608.              As an example of how objects in this table are
  609.              named, an instance of the hrPrinterStatus object
  610.              might be named hrPrinterStatus.3"
  611.           INDEX { hrDeviceIndex }
  612.           ::= { hrPrinterTable 1 }
  613.  
  614.       HrPrinterEntry ::= SEQUENCE {
  615.           hrPrinterStatus             INTEGER,
  616.           hrPrinterDetectedErrorState OCTET STRING
  617.           }
  618.  
  619.  
  620.       hrPrinterStatus OBJECT-TYPE
  621.           SYNTAX INTEGER {
  622.           other(1),
  623.           unknown(2),
  624.           idle(3),
  625.           printing(4),
  626.           warmup(5)
  627.           }
  628.           ACCESS read-only
  629.           STATUS mandatory
  630.           DESCRIPTION
  631.               "The current status of this printer device.  When
  632.               in the idle(1), printing(2), or warmup(3) state,
  633.               the corresponding hrDeviceStatus should be
  634.               running(2) or warning(3).  When in the unknown
  635.               state, the corresponding hrDeviceStatus should be
  636.               unknown(1)."
  637.           ::= { hrPrinterEntry 1 }
  638.  
  639.  
  640.       hrPrinterDetectedErrorState OBJECT-TYPE
  641.           SYNTAX OCTET STRING
  642.           ACCESS read-only
  643.           STATUS mandatory
  644.           DESCRIPTION
  645.               "This object represents any error conditions
  646.               detected by the printer.  The error conditions are
  647.               encoded as bits in an octet string, with the
  648.               following definitions:
  649.  
  650.                Condition         Bit #    hrDeviceStatus
  651.  
  652.                lowPaper          0        warning(3)
  653.                noPaper           1        down(5)
  654.                lowToner          2        warning(3)
  655.                noToner           3        down(5)
  656.                doorOpen          4        down(5)
  657.                jammed            5        down(5)
  658.                offline           6        down(5)
  659.                serviceRequested  7        warning(3)
  660.  
  661.               If multiple conditions are currently detected and
  662.               the hrDeviceStatus would not otherwise be
  663.               unknown(1) or testing(4), the hrDeviceStatus shall
  664.               correspond to the worst state of those indicated,
  665.               where down(5) is worse than warning(3) which is
  666.               worse than running(2).
  667.  
  668.               Bits are numbered starting with the most
  669.               significant bit of the first byte being bit 0, the
  670.               least significant bit of the first byte being bit
  671.               7, the most significant bit of the second byte
  672.               being bit 8, and so on.  A one bit encodes that
  673.               the condition was detected, while a zero bit
  674.               encodes that the condition was not detected.
  675.  
  676.               This object is useful for alerting an operator to
  677.               specific warning or error conditions that may
  678.               occur, especially those requiring human
  679.               intervention."
  680.           ::= { hrPrinterEntry 2 }
  681.  
  682.  
  683.  
  684.  
  685.       hrDiskStorageTable OBJECT-TYPE
  686.           SYNTAX SEQUENCE OF HrDiskStorageEntry
  687.           ACCESS not-accessible
  688.           STATUS mandatory
  689.           DESCRIPTION
  690.              "The (conceptual) table of long-term storage
  691.              devices contained by the host.  In particular, disk
  692.              devices accessed remotely over a network are not
  693.              included here.
  694.  
  695.              Note that this table is potentially sparse: a
  696.              (conceptual) entry exists only if the correspondent
  697.              value of the hrDeviceType object is
  698.              `hrDeviceDiskStorage'."
  699.           ::= { hrDevice 6 }
  700.  
  701.       hrDiskStorageEntry OBJECT-TYPE
  702.           SYNTAX HrDiskStorageEntry
  703.           ACCESS not-accessible
  704.           STATUS mandatory
  705.           DESCRIPTION
  706.              "A (conceptual) entry for one long-term storage
  707.              device contained by the host.  The hrDeviceIndex in
  708.              the index represents the entry in the hrDeviceTable
  709.              that corresponds to the hrDiskStorageEntry. As an
  710.              example, an instance of the hrDiskStorageCapacity
  711.              object might be named hrDiskStorageCapacity.3"
  712.           INDEX { hrDeviceIndex }
  713.           ::= { hrDiskStorageTable 1 }
  714.  
  715.       HrDiskStorageEntry ::= SEQUENCE {
  716.           hrDiskStorageAccess         INTEGER,
  717.           hrDiskStorageMedia          INTEGER,
  718.           hrDiskStorageRemoveable     Boolean,
  719.           hrDiskStorageCapacity       KBytes
  720.           }
  721.  
  722.       hrDiskStorageAccess OBJECT-TYPE
  723.           SYNTAX INTEGER {
  724.                   readWrite(1),
  725.                   readOnly(2)
  726.               }
  727.           ACCESS read-only
  728.           STATUS mandatory
  729.           DESCRIPTION
  730.              "An indication if this long-term storage device is
  731.              readable and writable or only readable.  This
  732.              should reflect the media type, any write-protect
  733.              mechanism, and any device configuration that
  734.              affects the entire device."
  735.           ::= { hrDiskStorageEntry 1 }
  736.  
  737.       hrDiskStorageMedia OBJECT-TYPE
  738.           SYNTAX INTEGER {
  739.               other(1),
  740.               unknown(2),
  741.               hardDisk(3),
  742.               floppyDisk(4),
  743.               opticalDiskROM(5),
  744.               opticalDiskWORM(6),     -- Write Once Read Many
  745.               opticalDiskRW(7),
  746.               ramDisk(8)
  747.               }
  748.           ACCESS read-only
  749.           STATUS mandatory
  750.           DESCRIPTION
  751.              "An indication of the type of media used in this
  752.              long-term storage device."
  753.           ::= { hrDiskStorageEntry 2 }
  754.  
  755.       hrDiskStorageRemoveable OBJECT-TYPE
  756.           SYNTAX Boolean
  757.           ACCESS read-only
  758.           STATUS mandatory
  759.           DESCRIPTION
  760.               "Denotes whether or not the disk media may be
  761.               removed from the drive."
  762.           ::= { hrDiskStorageEntry 3 }
  763.  
  764.       hrDiskStorageCapacity OBJECT-TYPE
  765.           SYNTAX KBytes
  766.           ACCESS read-only
  767.           STATUS mandatory
  768.           DESCRIPTION
  769.              "The total size for this long-term storage device."
  770.           ::= { hrDiskStorageEntry 4 }
  771.  
  772.  
  773.  
  774.  
  775.       hrPartitionTable OBJECT-TYPE
  776.           SYNTAX SEQUENCE OF HrPartitionEntry
  777.           ACCESS not-accessible
  778.           STATUS mandatory
  779.           DESCRIPTION
  780.              "The (conceptual) table of partitions for long-term
  781.              storage devices contained by the host.  In
  782.              particular, partitions accessed remotely over a
  783.              network are not included here."
  784.           ::= { hrDevice 7 }
  785.  
  786.       hrPartitionEntry OBJECT-TYPE
  787.           SYNTAX HrPartitionEntry
  788.           ACCESS not-accessible
  789.           STATUS mandatory
  790.           DESCRIPTION
  791.              "A (conceptual) entry for one partition.  The
  792.              hrDeviceIndex in the index represents the entry in
  793.              the hrDeviceTable that corresponds to the
  794.              hrPartitionEntry.
  795.  
  796.              As an example of how objects in this table are
  797.              named, an instance of the hrPartitionSize object
  798.              might be named hrPartitionSize.3.1"
  799.           INDEX { hrDeviceIndex, hrPartitionIndex }
  800.           ::= { hrPartitionTable 1 }
  801.  
  802.       HrPartitionEntry ::= SEQUENCE {
  803.           hrPartitionIndex                INTEGER,
  804.           hrPartitionLabel                InternationalDisplayString,
  805.           hrPartitionID                   OCTET STRING,
  806.           hrPartitionSize                 KBytes,
  807.           hrPartitionFSIndex              INTEGER
  808.           }
  809.  
  810.       hrPartitionIndex OBJECT-TYPE
  811.           SYNTAX INTEGER (1..2147483647)
  812.           ACCESS read-only
  813.           STATUS mandatory
  814.           DESCRIPTION
  815.              "A unique value for each partition on this long-
  816.              term storage device.  The value for each long-term
  817.              storage device must remain constant at least from
  818.              one re-initialization of the agent to the next re-
  819.              initialization."
  820.           ::= { hrPartitionEntry 1 }
  821.  
  822.       hrPartitionLabel OBJECT-TYPE
  823.           SYNTAX InternationalDisplayString (SIZE (0..128))
  824.           ACCESS read-only
  825.           STATUS mandatory
  826.           DESCRIPTION
  827.              "A textual description of this partition."
  828.           ::= { hrPartitionEntry 2 }
  829.  
  830.       hrPartitionID OBJECT-TYPE
  831.           SYNTAX OCTET STRING
  832.           ACCESS read-only
  833.           STATUS mandatory
  834.           DESCRIPTION
  835.              "A descriptor which uniquely represents this
  836.              partition to the responsible operating system.  On
  837.              some systems, this might take on a binary
  838.              representation."
  839.           ::= { hrPartitionEntry 3 }
  840.  
  841.       hrPartitionSize OBJECT-TYPE
  842.           SYNTAX KBytes
  843.           ACCESS read-only
  844.           STATUS mandatory
  845.           DESCRIPTION
  846.               "The size of this partition."
  847.           ::= { hrPartitionEntry 4 }
  848.  
  849.       hrPartitionFSIndex OBJECT-TYPE
  850.           SYNTAX INTEGER (0..2147483647)
  851.           ACCESS read-only
  852.           STATUS mandatory
  853.           DESCRIPTION
  854.               "The index of the file system mounted on this
  855.               partition.  If no file system is mounted on this
  856.               partition, then this value shall be zero.  Note
  857.               that multiple partitions may point to one file
  858.               system, denoting that that file system resides on
  859.               those partitions.  Multiple file systems may not
  860.               reside on one partition."
  861.           ::= { hrPartitionEntry 5 }
  862.  
  863.  
  864.  
  865.       -- The File System Table
  866.       hrFSTable OBJECT-TYPE
  867.           SYNTAX SEQUENCE OF HrFSEntry
  868.           ACCESS not-accessible
  869.           STATUS mandatory
  870.           DESCRIPTION
  871.               "The (conceptual) table of file systems local to
  872.               this host or remotely mounted from a file server.
  873.               File systems that are in only one user's
  874.               environment on a multi-user system will not be
  875.               included in this table."
  876.           ::= { hrDevice 8 }
  877.  
  878.       hrFSEntry OBJECT-TYPE
  879.           SYNTAX HrFSEntry
  880.           ACCESS not-accessible
  881.           STATUS mandatory
  882.           DESCRIPTION
  883.               "A (conceptual) entry for one file system local to
  884.               this host or remotely mounted from a file server.
  885.               File systems that are in only one user's
  886.               environment on a multi-user system will not be
  887.               included in this table.
  888.  
  889.               As an example of how objects in this table are
  890.               named, an instance of the hrFSMountPoint object
  891.               might be named hrFSMountPoint.3"
  892.           INDEX { hrFSIndex }
  893.           ::= { hrFSTable 1 }
  894.  
  895.       -- Registration for some popular File System types,
  896.       -- for use with hrFSType.
  897.  
  898.       hrFSTypes               OBJECT IDENTIFIER ::= { hrDevice 9 }
  899.  
  900.       hrFSOther               OBJECT IDENTIFIER ::= { hrFSTypes 1 }
  901.       hrFSUnknown             OBJECT IDENTIFIER ::= { hrFSTypes 2 }
  902.       hrFSBerkeleyFFS         OBJECT IDENTIFIER ::= { hrFSTypes 3 }
  903.       hrFSSys5FS              OBJECT IDENTIFIER ::= { hrFSTypes 4 }
  904.       -- DOS
  905.       hrFSFat                 OBJECT IDENTIFIER ::= { hrFSTypes 5 }
  906.       -- OS/2 High Performance File System
  907.       hrFSHPFS                OBJECT IDENTIFIER ::= { hrFSTypes 6 }
  908.       --  Macintosh Hierarchical File System
  909.       hrFSHFS                 OBJECT IDENTIFIER ::= { hrFSTypes 7 }
  910.       -- Macintosh File System
  911.       hrFSMFS                 OBJECT IDENTIFIER ::= { hrFSTypes 8 }
  912.       -- Windows NT
  913.       hrFSNTFS                OBJECT IDENTIFIER ::= { hrFSTypes 9 }
  914.       hrFSVNode               OBJECT IDENTIFIER ::= { hrFSTypes 10 }
  915.       hrFSJournaled           OBJECT IDENTIFIER ::= { hrFSTypes 11 }
  916.       -- CD File systems
  917.       hrFSiso9660             OBJECT IDENTIFIER ::= { hrFSTypes 12 }
  918.       hrFSRockRidge           OBJECT IDENTIFIER ::= { hrFSTypes 13 }
  919.  
  920.       hrFSNFS                 OBJECT IDENTIFIER ::= { hrFSTypes 14 }
  921.       hrFSNetware             OBJECT IDENTIFIER ::= { hrFSTypes 15 }
  922.       -- Andrew File System
  923.       hrFSAFS                 OBJECT IDENTIFIER ::= { hrFSTypes 16 }
  924.       -- OSF DCE Distributed File System
  925.       hrFSDFS                 OBJECT IDENTIFIER ::= { hrFSTypes 17 }
  926.       hrFSAppleshare          OBJECT IDENTIFIER ::= { hrFSTypes 18 }
  927.       hrFSRFS                 OBJECT IDENTIFIER ::= { hrFSTypes 19 }
  928.       -- Data General
  929.       hrFSDGCFS               OBJECT IDENTIFIER ::= { hrFSTypes 20 }
  930.       -- SVR4 Boot File System
  931.       hrFSBFS                 OBJECT IDENTIFIER ::= { hrFSTypes 21 }
  932.  
  933.  
  934.  
  935.       HrFSEntry ::= SEQUENCE {
  936.           hrFSIndex                   INTEGER,
  937.           hrFSMountPoint              InternationalDisplayString,
  938.           hrFSRemoteMountPoint        InternationalDisplayString,
  939.           hrFSType                    OBJECT IDENTIFIER,
  940.           hrFSAccess                  INTEGER,
  941.           hrFSBootable                Boolean,
  942.           hrFSStorageIndex            INTEGER,
  943.           hrFSLastFullBackupDate      DateAndTime,
  944.           hrFSLastPartialBackupDate   DateAndTime
  945.           }
  946.  
  947.       hrFSIndex OBJECT-TYPE
  948.           SYNTAX INTEGER (1..2147483647)
  949.           ACCESS read-only
  950.           STATUS mandatory
  951.           DESCRIPTION
  952.               "A unique value for each file system local to this
  953.               host.  The value for each file system must remain
  954.               constant at least from one re-initialization of
  955.               the agent to the next re-initialization."
  956.           ::= { hrFSEntry 1 }
  957.  
  958.       hrFSMountPoint OBJECT-TYPE
  959.           SYNTAX InternationalDisplayString (SIZE(0..128))
  960.           ACCESS read-only
  961.           STATUS mandatory
  962.           DESCRIPTION
  963.               "The path name of the root of this file system."
  964.           ::= { hrFSEntry 2 }
  965.  
  966.       hrFSRemoteMountPoint OBJECT-TYPE
  967.           SYNTAX InternationalDisplayString (SIZE(0..128))
  968.           ACCESS read-only
  969.           STATUS mandatory
  970.           DESCRIPTION
  971.               "A description of the name and/or address of the
  972.               server that this file system is mounted from.
  973.               This may also include parameters such as the mount
  974.               point on the remote file system.  If this is not a
  975.               remote file system, this string should have a
  976.               length of zero."
  977.           ::= { hrFSEntry 3 }
  978.  
  979.       hrFSType OBJECT-TYPE
  980.           SYNTAX OBJECT IDENTIFIER
  981.           ACCESS read-only
  982.           STATUS mandatory
  983.           DESCRIPTION
  984.              "The value of this object identifies the type of
  985.              this file system."
  986.           ::= { hrFSEntry 4 }
  987.  
  988.       hrFSAccess OBJECT-TYPE
  989.           SYNTAX INTEGER {
  990.               readWrite(1),
  991.               readOnly(2)
  992.           }
  993.           ACCESS read-only
  994.           STATUS mandatory
  995.           DESCRIPTION
  996.              "An indication if this file system is logically
  997.              configured by the operating system to be readable
  998.              and writable or only readable.  This does not
  999.              represent any local access-control policy, except
  1000.              one that is applied to the file system as a whole."
  1001.           ::= { hrFSEntry 5 }
  1002.  
  1003.       hrFSBootable OBJECT-TYPE
  1004.           SYNTAX Boolean
  1005.           ACCESS read-only
  1006.           STATUS mandatory
  1007.           DESCRIPTION
  1008.              "A flag indicating whether this file system is
  1009.              bootable."
  1010.           ::= { hrFSEntry 6 }
  1011.  
  1012.       hrFSStorageIndex OBJECT-TYPE
  1013.           SYNTAX INTEGER (0..2147483647)
  1014.           ACCESS read-only
  1015.           STATUS mandatory
  1016.           DESCRIPTION
  1017.               "The index of the hrStorageEntry that represents
  1018.               information about this file system.  If there is
  1019.               no such information available, then this value
  1020.               shall be zero.  The relevant storage entry will be
  1021.               useful in tracking the percent usage of this file
  1022.               system and diagnosing errors that may occur when
  1023.               it runs out of space."
  1024.           ::= { hrFSEntry 7 }
  1025.  
  1026.       hrFSLastFullBackupDate OBJECT-TYPE
  1027.           SYNTAX DateAndTime
  1028.           ACCESS read-write
  1029.           STATUS mandatory
  1030.           DESCRIPTION
  1031.              "The last date at which this complete file system
  1032.              was copied to another storage device for backup.
  1033.              This information is useful for ensuring that
  1034.              backups are being performed regularly.
  1035.  
  1036.              If this information is not known, then this
  1037.              variable shall have the value corresponding to
  1038.              January 1, year 0000, 00:00:00.0, which is encoded
  1039.              as (hex)'00 00 01 01 00 00 00 00'."
  1040.           ::= { hrFSEntry 8 }
  1041.  
  1042.       hrFSLastPartialBackupDate OBJECT-TYPE
  1043.           SYNTAX DateAndTime
  1044.           ACCESS read-write
  1045.           STATUS mandatory
  1046.           DESCRIPTION
  1047.              "The last date at which a portion of this file
  1048.              system was copied to another storage device for
  1049.              backup.  This information is useful for ensuring
  1050.              that backups are being performed regularly.
  1051.  
  1052.              If this information is not known, then this
  1053.              variable shall have the value corresponding to
  1054.              January 1, year 0000, 00:00:00.0, which is encoded
  1055.              as (hex)'00 00 01 01 00 00 00 00'."
  1056.           ::= { hrFSEntry 9 }
  1057.  
  1058.  
  1059.       -- The Host Resources Running Software Group
  1060.       --
  1061.       -- Implementation of this group is optional.
  1062.       --
  1063.       -- The hrSWRunTable contains an entry for each distinct piece of
  1064.       -- software that is running or loaded into physical or virtual
  1065.       -- memory in preparation for running.  This includes the host's
  1066.       -- operating system, device drivers, and applications.
  1067.  
  1068.       hrSWOSIndex OBJECT-TYPE
  1069.           SYNTAX INTEGER (1..2147483647)
  1070.           ACCESS read-only
  1071.           STATUS mandatory
  1072.           DESCRIPTION
  1073.               "The index of the entry in the hrSWRunTable that
  1074.               represents the primary operating system running on
  1075.               this host.  This object is useful for quickly and
  1076.               uniquely identifying that primary operating
  1077.               system."
  1078.           ::= { hrSWRun 1 }
  1079.  
  1080.       hrSWRunTable OBJECT-TYPE
  1081.           SYNTAX SEQUENCE OF HrSWRunEntry
  1082.           ACCESS not-accessible
  1083.           STATUS mandatory
  1084.           DESCRIPTION
  1085.              "The (conceptual) table of software running on the
  1086.              host."
  1087.           ::= { hrSWRun 2 }
  1088.  
  1089.       hrSWRunEntry OBJECT-TYPE
  1090.           SYNTAX HrSWRunEntry
  1091.           ACCESS not-accessible
  1092.           STATUS mandatory
  1093.           DESCRIPTION
  1094.              "A (conceptual) entry for one piece of software
  1095.              running on the host Note that because the installed
  1096.              software table only contains information for
  1097.              software stored locally on this host, not every
  1098.              piece of running software will be found in the
  1099.              installed software table.  This is true of software
  1100.              that was loaded and run from a non-local source,
  1101.              such as a network-mounted file system.
  1102.  
  1103.              As an example of how objects in this table are
  1104.              named, an instance of the hrSWRunName object might
  1105.              be named hrSWRunName.1287"
  1106.           INDEX { hrSWRunIndex }
  1107.           ::= { hrSWRunTable 1 }
  1108.  
  1109.       HrSWRunEntry ::= SEQUENCE {
  1110.           hrSWRunIndex       INTEGER,
  1111.           hrSWRunName        InternationalDisplayString,
  1112.           hrSWRunID          ProductID,
  1113.           hrSWRunPath        InternationalDisplayString,
  1114.           hrSWRunParameters  InternationalDisplayString,
  1115.           hrSWRunType        INTEGER,
  1116.           hrSWRunStatus      INTEGER
  1117.           }
  1118.  
  1119.       hrSWRunIndex OBJECT-TYPE
  1120.           SYNTAX INTEGER (1..2147483647)
  1121.           ACCESS read-only
  1122.           STATUS mandatory
  1123.           DESCRIPTION
  1124.              "A unique value for each piece of software running
  1125.              on the host.  Wherever possible, this should be the
  1126.              system's native, unique identification number."
  1127.           ::= { hrSWRunEntry 1 }
  1128.  
  1129.       hrSWRunName OBJECT-TYPE
  1130.           SYNTAX InternationalDisplayString (SIZE (0..64))
  1131.           ACCESS read-only
  1132.           STATUS mandatory
  1133.           DESCRIPTION
  1134.              "A textual description of this running piece of
  1135.              software, including the manufacturer, revision,
  1136.              and the name by which it is commonly known.  If
  1137.              this software was installed locally, this should be
  1138.              the same string as used in the corresponding
  1139.              hrSWInstalledName."
  1140.           ::= { hrSWRunEntry 2 }
  1141.  
  1142.       hrSWRunID OBJECT-TYPE
  1143.           SYNTAX ProductID
  1144.           ACCESS read-only
  1145.           STATUS mandatory
  1146.           DESCRIPTION
  1147.              "The product ID of this running piece of software."
  1148.           ::= { hrSWRunEntry 3 }
  1149.       hrSWRunPath OBJECT-TYPE
  1150.           SYNTAX InternationalDisplayString (SIZE(0..128))
  1151.           ACCESS read-only
  1152.           STATUS mandatory
  1153.           DESCRIPTION
  1154.              "A description of the location on long-term storage
  1155.              (e.g. a disk drive) from which this software was
  1156.              loaded."
  1157.           ::= { hrSWRunEntry 4 }
  1158.  
  1159.       hrSWRunParameters OBJECT-TYPE
  1160.           SYNTAX InternationalDisplayString (SIZE(0..128))
  1161.           ACCESS read-only
  1162.           STATUS mandatory
  1163.           DESCRIPTION
  1164.              "A description of the parameters supplied to this
  1165.              software when it was initially loaded."
  1166.           ::= { hrSWRunEntry 5 }
  1167.  
  1168.       hrSWRunType OBJECT-TYPE
  1169.           SYNTAX INTEGER {
  1170.               unknown(1),
  1171.               operatingSystem(2),
  1172.               deviceDriver(3),
  1173.               application(4)
  1174.              }
  1175.           ACCESS read-only
  1176.           STATUS mandatory
  1177.           DESCRIPTION
  1178.               "The type of this software."
  1179.           ::= { hrSWRunEntry 6 }
  1180.  
  1181.       hrSWRunStatus OBJECT-TYPE
  1182.           SYNTAX INTEGER {
  1183.               running(1),
  1184.               runnable(2),    -- waiting for resource (CPU, memory, IO)
  1185.               notRunnable(3), -- loaded but waiting for event
  1186.               invalid(4)      -- not loaded
  1187.           }
  1188.           ACCESS read-write
  1189.           STATUS mandatory
  1190.           DESCRIPTION
  1191.              "The status of this running piece of software.
  1192.              Setting this value to invalid(4) shall cause this
  1193.              software to stop running and to be unloaded."
  1194.           ::= { hrSWRunEntry 7 }
  1195.  
  1196.  
  1197.       -- The Host Resources Running Software Performance Group
  1198.       -- Implementation of this group is optional.
  1199.       --
  1200.       -- The hrSWRunPerfTable contains an entry corresponding to
  1201.       -- each entry in the hrSWRunTable.
  1202.  
  1203.       hrSWRunPerfTable OBJECT-TYPE
  1204.           SYNTAX SEQUENCE OF HrSWRunPerfEntry
  1205.           ACCESS not-accessible
  1206.           STATUS mandatory
  1207.           DESCRIPTION
  1208.               "The (conceptual) table of running software
  1209.               performance metrics."
  1210.           ::= { hrSWRunPerf 1 }
  1211.  
  1212.       hrSWRunPerfEntry OBJECT-TYPE
  1213.           SYNTAX HrSWRunPerfEntry
  1214.           ACCESS not-accessible
  1215.           STATUS mandatory
  1216.           DESCRIPTION
  1217.               "A (conceptual) entry containing software
  1218.               performance metrics.  As an example, an instance
  1219.               of the hrSWRunPerfCPU object might be named
  1220.               hrSWRunPerfCPU.1287"
  1221.           INDEX  { hrSWRunIndex }  -- This table augments information in
  1222.                        -- the hrSWRunTable.
  1223.           ::= { hrSWRunPerfTable 1 }
  1224.  
  1225.       HrSWRunPerfEntry ::= SEQUENCE {
  1226.           hrSWRunPerfCPU          INTEGER,
  1227.           hrSWRunPerfMem          KBytes
  1228.       }
  1229.  
  1230.       hrSWRunPerfCPU OBJECT-TYPE
  1231.           SYNTAX INTEGER
  1232.           ACCESS read-only
  1233.           STATUS mandatory
  1234.           DESCRIPTION
  1235.               "The number of centi-seconds of the total system's
  1236.               CPU resources consumed by this process.  Note that
  1237.               on a multi-processor system, this value may
  1238.               increment by more than one centi-second in one
  1239.               centi-second of real (wall clock) time."
  1240.           ::= { hrSWRunPerfEntry 1 }
  1241.  
  1242.       hrSWRunPerfMem OBJECT-TYPE
  1243.           SYNTAX KBytes
  1244.           ACCESS read-only
  1245.           STATUS mandatory
  1246.           DESCRIPTION
  1247.               "The total amount of real system memory allocated
  1248.               to this process."
  1249.           ::= { hrSWRunPerfEntry 2 }
  1250.  
  1251.  
  1252.       -- The Host Resources Installed Software Group
  1253.       --
  1254.       -- Implementation of this group is optional.
  1255.       --
  1256.       -- The hrSWInstalledTable contains an entry for each piece
  1257.       -- of software installed in long-term storage (e.g. a disk
  1258.       -- drive) locally on this host.  Note that this does not
  1259.       -- include software loadable remotely from a network
  1260.       -- server.
  1261.       --
  1262.       -- This table is useful for identifying and inventorying
  1263.       -- software on a host and for diagnosing incompatibility
  1264.       -- and version mismatch problems between various pieces
  1265.       -- of hardware and software.
  1266.  
  1267.       hrSWInstalledLastChange OBJECT-TYPE
  1268.           SYNTAX TimeTicks
  1269.           ACCESS read-only
  1270.           STATUS mandatory
  1271.           DESCRIPTION
  1272.              "The value of sysUpTime when an entry in the
  1273.              hrSWInstalledTable was last added, renamed, or
  1274.              deleted.  Because this table is likely to contain
  1275.              many entries, polling of this object allows a
  1276.              management station to determine when re-downloading
  1277.              of the table might be useful."
  1278.           ::= { hrSWInstalled 1 }
  1279.  
  1280.       hrSWInstalledLastUpdateTime OBJECT-TYPE
  1281.           SYNTAX TimeTicks
  1282.           ACCESS read-only
  1283.           STATUS mandatory
  1284.           DESCRIPTION
  1285.              "The value of sysUpTime when the hrSWInstalledTable
  1286.              was last completely updated.  Because caching of
  1287.              this data will be a popular implementation
  1288.              strategy, retrieval of this object allows a
  1289.              management station to obtain a guarantee that no
  1290.              data in this table is older than the indicated
  1291.              time."
  1292.           ::= { hrSWInstalled 2 }
  1293.  
  1294.       hrSWInstalledTable OBJECT-TYPE
  1295.           SYNTAX SEQUENCE OF HrSWInstalledEntry
  1296.           ACCESS not-accessible
  1297.           STATUS mandatory
  1298.           DESCRIPTION
  1299.              "The (conceptual) table of software installed on
  1300.              this host."
  1301.           ::= { hrSWInstalled 3 }
  1302.  
  1303.       hrSWInstalledEntry OBJECT-TYPE
  1304.           SYNTAX HrSWInstalledEntry
  1305.           ACCESS not-accessible
  1306.           STATUS mandatory
  1307.           DESCRIPTION
  1308.              "A (conceptual) entry for a piece of software
  1309.              installed on this host.
  1310.  
  1311.              As an example of how objects in this table are
  1312.              named, an instance of the hrSWInstalledName object
  1313.              might be named hrSWInstalledName.96"
  1314.           INDEX { hrSWInstalledIndex }
  1315.           ::= { hrSWInstalledTable 1 }
  1316.  
  1317.       HrSWInstalledEntry ::= SEQUENCE {
  1318.           hrSWInstalledIndex       INTEGER,
  1319.           hrSWInstalledName        InternationalDisplayString,
  1320.           hrSWInstalledID          ProductID,
  1321.           hrSWInstalledType        INTEGER,
  1322.           hrSWInstalledDate        DateAndTime
  1323.       }
  1324.  
  1325.       hrSWInstalledIndex OBJECT-TYPE
  1326.           SYNTAX INTEGER (1..2147483647)
  1327.           ACCESS read-only
  1328.           STATUS mandatory
  1329.           DESCRIPTION
  1330.              "A unique value for each piece of software
  1331.              installed on the host.  This value shall be in the
  1332.              range from 1 to the number of pieces of software
  1333.              installed on the host."
  1334.           ::= { hrSWInstalledEntry 1 }
  1335.  
  1336.       hrSWInstalledName OBJECT-TYPE
  1337.           SYNTAX InternationalDisplayString (SIZE (0..64))
  1338.           ACCESS read-only
  1339.           STATUS mandatory
  1340.           DESCRIPTION
  1341.              "A textual description of this installed piece of
  1342.              software, including the manufacturer, revision, the
  1343.              name by which it is commonly known, and optionally,
  1344.              its serial number."
  1345.           ::= { hrSWInstalledEntry 2 }
  1346.  
  1347.       hrSWInstalledID OBJECT-TYPE
  1348.           SYNTAX ProductID
  1349.           ACCESS read-only
  1350.           STATUS mandatory
  1351.           DESCRIPTION
  1352.              "The product ID of this installed piece of
  1353.              software."
  1354.           ::= { hrSWInstalledEntry 3 }
  1355.  
  1356.       hrSWInstalledType OBJECT-TYPE
  1357.           SYNTAX INTEGER {
  1358.               unknown(1),
  1359.               operatingSystem(2),
  1360.               deviceDriver(3),
  1361.               application(4)
  1362.              }
  1363.           ACCESS read-only
  1364.           STATUS mandatory
  1365.           DESCRIPTION
  1366.               "The type of this software."
  1367.           ::= { hrSWInstalledEntry 4 }
  1368.  
  1369.       hrSWInstalledDate OBJECT-TYPE
  1370.           SYNTAX DateAndTime
  1371.           ACCESS read-only
  1372.           STATUS mandatory
  1373.           DESCRIPTION
  1374.              "The last-modification date of this application as
  1375.              it would appear in a directory listing."
  1376.           ::= { hrSWInstalledEntry 5 }
  1377.  
  1378.       END
  1379.  
  1380.